Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow uppercase in emails #195

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bruntonspall
Copy link

This should fix #194 by allowing capital letters in the name portion of email addresses

This should fix #194 by allowing capital letters in the name portion of email addresses
@OllieJC
Copy link
Member

OllieJC commented Feb 22, 2022

I have a feeling this is a constraint within AWS. While IAM user names are case-insensitive, things like IAM role conditions and policies often are (e.g. StringEquals is case sensitive). I suspect this might be the reason to normalise here so that any subsequent use is more predictable.

@risicle
Copy link
Member

risicle commented May 3, 2022

Indeed. I think if we're going to allow this, we should also normalize to lowercase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Administrator email addresses cannot contain capitals
3 participants